sql update
- 网络SQL更新;更新查询
-
Full document update using the SQL update statement .
使用SQLupdate语句进行全文档更新。
-
Most of the examples in this article show the transform expression in an SQL UPDATE statement .
本文中的大多数示例在SQLUPDATE语句中使用转换表达式。
-
This option generates a script containing SQL UPDATE statements .
该选项生成包含了SQLUPDATE语句的脚本。
-
Coding SQL UPDATE statements that operate against a set of predefined catalog views .
对针对一组预先定义的目录视图进行操作的SQLUPDATE语句进行编码。
-
Next you used the SQL UPDATE statement to modify the column values for selected rows in a table .
然后使用SQLUPDATE语句来修改表中选定行的列值。
-
To update and delete XML data stored in DB2 , you use SQL UPDATE and DELETE statements .
为了更新和删除存储在DB2中的XML数据,可以使用SQLUPDATE和DELETE语句。
-
The application submits an SQL UPDATE statement and transmits the updated document to the database server .
应用程序提交一个SQLUPDATE语句,把更新后的文档传输给数据库服务器。
-
At a high level , you see the familiar " update set . where " syntax of an SQL UPDATE statement .
SQLUPDATE语句的总体结构仍然是大家熟悉的“updateset.where”语法。
-
At this point , a real application would modify the count column appropriately by issuing the necessary SQL UPDATE statements .
这时,真正的应用程序将通过执行必要的SQLUPDATE语句来适当修改count列。
-
At this point , you execute an SQL UPDATE operation to modify the current row and move to the second row .
此时,执行SQLUPDATE操作来修改当前行并移到第二行。
-
In fact , you can use SQL UPDATE statements to change the values of statistical columns in updatable catalog views .
实际上,您可以使用SQLUPDATE语句来更改可更新编目视图中的统计列。
-
The Java scenario describes a technique where a single external stored procedure is used for table updates versus multiple SQL UPDATE statements contained in many applications .
Java场景描述的技术采用单个外部存储过程进行表更新,而不是在很多应用程序中包含多个SQLUPDATE语句。
-
After you have the object in XML format , you can issue a regular SQL update statement to update the record in the table EMPLOYEE .
把对象转换为XML格式之后,可以通过执行常规的SQL更新语句更新EMPLOYEE表中的记录。
-
The null indicator values are set by the RPG HANDLE_UPDATE sub-procedure prior to executing the SQL UPDATE statement .
空指示符值在执行SQLUPDATE语句之前通过RPGHANDLEUPDATE子过程设置。
-
When you use transform expressions in SQL update statements , you rarely have a filtering predicate in the COPY clause but rather in the SQL WHERE clause .
在SQL更新语句中使用转换表达式时,很少在COPY子句中使用筛选谓词,通常是在SQLWHERE子句中进行筛选。
-
Prior to the DB2 for i6.1 release , SQL Update and Insert statements could use an indicator variable with a value of-1 to set a null capable column to the null value .
在DB2fori6.1发布之前,SQLUpdate和Insert语句能够使用一个值为-1的指示符变量,将支持空值的列设置为空值。
-
At some level , the SQL UPDATE statement is the union of the SQL INSERT and DELETE statements , because you must select rows to modify as well as specify how to modify them .
在某种程度上,SQLUPDATE语句是SQLINSERT和DELETE语句的联合,因为您必须选择要修改的行,还必须指定如何修改它们。
-
Generating SQL INSERT , UPDATE , and DELETE statements to apply the changes .
生成SQLINSERT、UPDATE和DELETE语句来应用更改。
-
This paper introduces the method to make use of the trigger in SQL Server to update automatically interrelated data by DBMS .
介绍利用SqlServer中的触发器,由数据库管理系统自动更改相关数据的方法。
-
Next , you construct an SQL command to update the target row by using an SQL UPDATE statement , with a WHERE CURRENT OF clause .
接下来,构造SQL命令来更新目标行,方法为使用带有WHERECURRENTOF子句的SQLUPDATE语句。
-
This article introduces the SQL DELETE and UPDATE statements , which you can use to selectively delete or modify existing data in an Apache Derby database .
本文介绍SQLDELETE和UPDATE语句,您可以使用它们有选择地删除或修改ApacheDerby数据库中的现有数据。
-
The import utility uses the SQL INSERT statement ( or the SQL UPDATE statement ) to write data to the target table .
import工具使用SQLINSERT语句(或SQLUPDATE语句)将数据写到目标表中。